Welcome![Sign In][Sign Up]
Location:
Search - windows service

Search list

[Network DevelopWindows网络编程技术

Description: Windows网络编程技术 出版社: 机械工业出版社 本书原作者:琼斯 奥朗德 本书开创历史之先河,首先完整披露了如何在32位平台上使用传统的API,如NetBIOS等; 以及如何运用一些新型网络API,如WinSock 2和远程访问服务(RAS)等。本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。 -Windows network programming technology Press : industrial machinery original author of the book publishers : Qiongshiaolangde the book created a precedent in history, the first complete disclosure of how the 32-bit platform on the use of traditional APIs if NetBIOS; and how to use some of the new network API, if WinSock 2 and Remote Access Service (RAS). The book devoted to the Windows network programming technology, coverage of Windows 95/98/NT 4/2000/CE platform. Includes NetBIOS, and Windows Redirector, Winsock, client server remote access methods.
Platform: | Size: 10978436 | Author: mars | Hits:

[CSharp(code)VisualCSharpBaseOfComponent

Description: Visual C#基于组件的开发,包括WEB组件,WEB服务,WINDOWS服务组件,企业级组件,多线程组件-Visual C# component-based development, including Web components, Web services, WINDOWS service components, enterprise-class components, multi-threaded components
Platform: | Size: 927080 | Author: demon | Hits:

[Web ServerNT_Service

Description: 本代码演示了windows服务程序的编程-demonstration of the code windows Service Programming
Platform: | Size: 191366 | Author: prl | Hits:

[OS programWindowsService

Description: 本程序是基于VC++ 的Windows编程的实例。主要涉及的是Windows服务程序的开发,里面还有一份关于 Windows服务程序开发的教程,是个很好的东西。-the VC are based on the Windows programming examples. Mainly related to the Windows services for the development, there is also a Windows service procedures on the development of the handbook, is a very good thing.
Platform: | Size: 373133 | Author: wangjianhui | Hits:

[OS programwindow_Svr_Mana

Description: 对指定期windows service进行安装,启动,停止,和删除.-specified period of service for the installation of windows, start and stop, and delete.
Platform: | Size: 69610 | Author: 张健 | Hits:

[assembly languageservice-by-ASM

Description: 用汇编写系统服务程序。Windows NT的服务都是通过一般的可执行程序实现的,不同的是,它遵循内部的一个特定协议来设计,以便它们能够与服务控制管理器(SCM,Service Control Manager)进行正确的交互。-writing system with a compilation service procedures. Windows NT services are enforceable through the normal procedures to achieve, and the difference is that It followed an internal agreement to a specific design so that they can with the Service Control Manager (SCM. Service Control Manager) for the correct interaction.
Platform: | Size: 13281 | Author: jiankang | Hits:

[ExploitWNTServiceProject

Description: a Windows service (used to be called NT service) is a console application-a Windows service (used to be called NT serv ice) is a console application
Platform: | Size: 25611 | Author: srhg | Hits:

[Windows Developservice

Description: 实现windows系统的服务控制程序-achieve the Windows system service control procedures
Platform: | Size: 32686 | Author: 王续庆 | Hits:

[OS programmyserver

Description: windows服务程序.是想了解服务程序如何编写的良好代码.-windows service program. Would like to know how to prepare services for the good code.
Platform: | Size: 15175 | Author: a278972 | Hits:

[OS programcservice_base_src

Description: a class to implement windows service
Platform: | Size: 8503 | Author: zhangguo | Hits:

[Other resourceesoap-bin-windows-bc5-1.0

Description: ESOAP一款专注于嵌入式的WEB SERVICE开发的软件。
Platform: | Size: 1116717 | Author: 夏亮 | Hits:

[Other resourceesoap-bin-windows-vc6-1.0

Description: ESOAP工具,基于vc6平台的专注于开发嵌入式web service工具
Platform: | Size: 280568 | Author: 夏亮 | Hits:

[Other resourceesoapcg-windows-demo-1.09

Description: gsoap 专注于嵌入式web service开发,压缩包中提供将WSDL文件生成客户框架的工具包。
Platform: | Size: 164737 | Author: 夏亮 | Hits:

[OS programservice

Description: windows的后台服务程序,用来监控其他程序的运行情况,如果所监控的程序的进程断了,改服务能让起自动恢复
Platform: | Size: 127989 | Author: zhouyujie | Hits:

[Hook apiProcessManager

Description: Process Manager [DKOM(Direct Kernel Object Manipulation) windows service pack 2
Platform: | Size: 26894 | Author: kim | Hits:

[Other resourcefilewatchservicetest

Description: 使用FileSystemWatcher监控网络路径(包含源代码) 在VS2005中,.Net里面有个FileSystemWatcher控件,用来监控文件变化,它会通知文件创建,修改,删除的消息。网上这样的例子很多,但是在实际应用的时候,发现还有一些待处理的问题,我做了一个简单的demo,解决了如下的问题: 1. 多次连续触发 (通过一个定时器来解决) 2. 能监控网路路径 (serviceProcessInstaller的Account属性设置为NetworkService) 3. 通过windows service来实现, 做成安装文件方便注册服务 注意事项: 1. 切记网络路径要给guest的权限,否则监控不了。 2. 修改Service1代码中的watcher.Path。 3. 新建文件c:\\test.log,将此文件设置为可写的权限。 4. 安装完成后手动将服务启动。
Platform: | Size: 16176 | Author: jim | Hits:

[Other resourceWatchFileService

Description: 利用.net開發一個windows service,用來偵測某個文件夾是否有被放入文件,如果有放入,則拷貝到指定文件夾。
Platform: | Size: 149434 | Author: raphael_zhang | Hits:

[Other resourcefilewatchservicetest

Description: 在VS2005中,.Net里面有个ileSystemWatcher控件,用来监控文件变化,它会通知文件创建,修改,删除的消息。网上这样的例子很多,但是在实际应用的时候,发现还有一些待处理的问题,我做了一个简单的demo,解决了如下的问题: 1. 多次连续触发 (通过一个定时器来解决) 2. 能监控网路路径 (serviceProcessInstaller的Account属性设置为NetworkService) 3. 通过windows service来实现, 做成安装文件方便注册服务
Platform: | Size: 14965 | Author: jyb | Hits:

[OS programWinService

Description: C++ 实现的windows service 服务源代码,使用的是vs2008
Platform: | Size: 6057 | Author: 万其鹏 | Hits:

[File OperateTestCSWinWatcherService

Description: This article will briefly explain how to set up a simple \"File Watcher/ Directory Watcher\" application to run as a Windows Service using Visual Studio 2005. The coding language used is C#.
Platform: | Size: 11176 | Author: 20070303 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net